home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok84 / reqtools_2.1d / glue.lha / Glue / SAS-C / src / README.Manx < prev    next >
Text File  |  1992-04-05  |  632b  |  24 lines

  1.  
  2. ;
  3. ; For Manx C users.
  4. ;
  5. ; execute this README.Manx file to make .lib files
  6. ;
  7. ; To make reqtools.lib (the SMALL_CODE version, all data relative to A4) use:
  8.  
  9.     make -a -f makefile.manx ASMFLAGS=-ESMALL_CODE reqtools.lib
  10.  
  11. ; To make reqtoolsnb.lib (the LARGE_CODE version, absolute data, no-base) use:
  12.  
  13.     make -a -f makefile.manx ASMFLAGS=-ELARGE_CODE reqtoolsnb.lib
  14.  
  15. ; Then copy 'reqtools.lib' and 'reqtoolsnb.lib' to your library directory.
  16. ;
  17. ;
  18. ; If you compile your programs with the default, small data model
  19. ; link with 'reqtools.lib',
  20. ;
  21. ; if you compile your programs with the large data model
  22. ; link with 'reqtoolsnb.lib'.
  23.  
  24.